home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_6599.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  108 lines

  1. -- card: 6599 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=218 top=291 right=314 bottom=247
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 180637
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 01
  30. -- high flags: 2004
  31. -- rect: left=74 top=188 right=293 bottom=305
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 65535
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 512
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 8004
  45. -- rect: left=310 top=261 right=289 bottom=441
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Put it back
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   put "Use the Delete command to delete text from card or background "& "fields, even if the field is locked.  This is all one line of "& "text because there are no Return characters." into card field 1
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 6 (button)
  62. -- low flags: 00
  63. -- high flags: 8004
  64. -- rect: left=310 top=230 right=258 bottom=441
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Delete word 7
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   delete word 7 of line 1 of card field 1
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part contents for background part 2
  81. ----- text -----
  82. Delete
  83.  
  84. -- part contents for background part 1
  85. ----- text -----
  86. delete <text>
  87.  
  88. Removes specified text from the current card.
  89.  
  90. delete word 3 of line 1 of card field 1
  91. delete char 1 of line 1 of first field
  92.  
  93.  
  94. -- part contents for background part 44
  95. ----- text -----
  96. Form
  97.  
  98. What it does
  99.  
  100. Examples
  101.  
  102. -- part contents for background part 43
  103. ----- text -----
  104. 337,122
  105.  
  106. -- part contents for card part 3
  107. ----- text -----
  108. Use the Delete command to delete text from card or background fields, even if the field is locked.  This is all one line of text because there are no Return characters.